home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / janken / janken.dxr / 00055_MovieÉ{É^Éì.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  323 b   |  17 lines

  1. on mouseDown
  2.   global seclick, clicksp
  3.   if pushbutton() then
  4.     sound stop 1
  5.     puppetSound(seclick)
  6.     updateStage()
  7.     cursor(4)
  8.     set clicksp to clickOn()
  9.     repeat with i = 12 to 13
  10.       if i <> clicksp then
  11.         set the visible of sprite i to 0
  12.       end if
  13.     end repeat
  14.     go("PlayMovie")
  15.   end if
  16. end
  17.